compress/flate.decompressor.toRead (field)

13 uses

	compress/flate (current package)
		inflate.go#L295: 	toRead    []byte
		inflate.go#L336: 		if len(f.toRead) > 0 {
		inflate.go#L337: 			n := copy(b, f.toRead)
		inflate.go#L338: 			f.toRead = f.toRead[n:]
		inflate.go#L339: 			if len(f.toRead) == 0 {
		inflate.go#L348: 		if f.err != nil && len(f.toRead) == 0 {
		inflate.go#L349: 			f.toRead = f.dict.readFlush() // Flush what's left in case of error
		inflate.go#L505: 				f.toRead = f.dict.readFlush()
		inflate.go#L612: 			f.toRead = f.dict.readFlush()
		inflate.go#L643: 		f.toRead = f.dict.readFlush()
		inflate.go#L670: 		f.toRead = f.dict.readFlush()
		inflate.go#L680: 			f.toRead = f.dict.readFlush()